home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 3.iso / screensavers / saver17.zip / VoodooLights / Sources / cell_tp8.h < prev    next >
C/C++ Source or Header  |  1997-07-08  |  173b  |  11 lines

  1. #ifndef _CELL_TP8_H_
  2. #define _CELL_TP8_H_
  3.  
  4. #define CellType8 0x08
  5.  
  6. extern Cell *ctp8_Constructor( Cell *dad ) ;
  7.  
  8. extern void tp8_set_glide_state( void ) ;
  9.  
  10. #endif
  11.